home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00289_Script_289 < prev    next >
Text File  |  1995-05-21  |  312b  |  15 lines

  1. on exitFrame
  2.   global theMovieName, snap1, snap2
  3.   puppetsprite 5, true
  4.   puppetsprite 6, true
  5.   if snap1 = 0 then
  6.     nothing
  7.   else
  8.     set the castNum of sprite 5 = cast theMovieName
  9.   end if
  10.   if snap2 = 0 then
  11.     nothing
  12.   else
  13.     set the castNum of sprite 6 = cast theMovieName
  14.   end if
  15. end